searchbar: Fix documentation mishap
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Jan 2021 03:15:56 +0000 (22:15 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 26 Jan 2021 03:15:56 +0000 (22:15 -0500)
The css section was inserted between the example
and the sentence referring to it.

gtk/gtksearchbar.c

index c1a23bf304c2da22cc7aa3f839aef1fa8ccd9ec6..23c5fa54929084863a7f3ef0ab2e2783964065d7 100644 (file)
  * The following example shows you how to create a more complex search
  * entry.
  *
+ * ## Creating a search bar
+ *
+ * [A simple example](https://gitlab.gnome.org/GNOME/gtk/tree/master/examples/search-bar.c)
+ *
  * # CSS nodes
  *
  * |[<!-- language="plain" -->
  * CSS node of the child widget as well as an optional button node which gets the .close
  * style class applied.
  *
- * ## Creating a search bar
- *
- * [A simple example](https://gitlab.gnome.org/GNOME/gtk/tree/master/examples/search-bar.c)
- *
  * # Accessibility
  *
  * GtkSearchBar uses the %GTK_ACCESSIBLE_ROLE_SEARCH role.